Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial fix for #10028 #10030

Merged
merged 3 commits into from
Apr 8, 2024
Merged

Partial fix for #10028 #10030

merged 3 commits into from
Apr 8, 2024

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

This is a partial fix for #10028

We are getting EBUSY in the module resolver when opening lots of directories, and we were not correctly handling errors in the directory entry cache in these code paths before.

I suspect this code needs to be reworked for Windows to avoid keeping parent directory handles open for any longer than necessary. That would be the better fix.

How did you verify your code works?

We need a way to write tests that simulate system calls. This is really hard to test for right now.

Copy link
Contributor

github-actions bot commented Apr 6, 2024

Copy link
Contributor

github-actions bot commented Apr 6, 2024

Copy link
Contributor

github-actions bot commented Apr 6, 2024

Copy link
Contributor

github-actions bot commented Apr 8, 2024

@Jarred-Sumner Jarred-Sumner merged commit 2615dc7 into main Apr 8, 2024
26 of 31 checks passed
@Jarred-Sumner Jarred-Sumner deleted the jarred/partial-fix branch April 8, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant